From bcacc42c51ac6792ebb2832777f28c28a336d45c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 May 1993 16:40:28 +0000 Subject: [PATCH] (baud-rate): Doc fix. --- lisp/subr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 755f64dff61..e0da47446b8 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -368,7 +368,8 @@ nas returned by the `event-start' and `event-end' functions." ;; Some programs still use this as a function. (defun baud-rate () - "Obsolete function returning the value of the `baud-rate' variable." + "Obsolete function returning the value of the `baud-rate' variable. +Please convert your programs to use the variable `baud-rate' directly." baud-rate) -- 2.30.2